01. Install Python, Flask and virtual environment


$ mkdir ServerManagerApp
$ cd ServerManagerApp
$ python3.9 -m venv venv
$ soruce ./venv/bin/activate
(venv)$ python --version
(venv)$ pip --version
(venv)$ pip install flask Flask-RESTful
(venv)$ pip freeze

#Python #Flask #REST






你可能感興趣的文章

Is the End of Data Analysis Near? The Impact of Code Interpreter, the New Feature of GPT-4

Is the End of Data Analysis Near? The Impact of Code Interpreter, the New Feature of GPT-4

CSS保健室|border-image-slice

CSS保健室|border-image-slice

React Form: Redux Form vs React Final Form vs Formik and Yup

React Form: Redux Form vs React Final Form vs Formik and Yup






留言討論